Making a symbolic link for Windows 7 is easy with the usual command: ln -s. The answer is setting up Cygwin with the required packages such as make, etc.
Use the following command in the elevated command prompt: xcopy /b /i <source symlink name> <destination symlink name> The output is 0 File(s) copied.
To create symbolic link in windows 7, use command mklink . C:Windowssystem32> mklink Creates a symbolic link. MKLINK [[/D] | [/H] | [/J]] Link Target /D Creates a directory symbolic link. Default is a file symbolic link. /H Creates a hard link ins